HipTilemap.readTiledJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HipTilemap readTiledJSON(string mapPath, ubyte[] tiledData, void delegate(HipTilemap) onSuccess, void delegate() onError)
  2. void readTiledJSON(string tiledPath, void delegate(HipTilemap) onSuccess, void delegate() onError)
    class HipTilemap
    static
    void
    readTiledJSON
    (
    string tiledPath
    ,
    void delegate onSuccess
    ,
    void delegate
    ()
    onError
    )
  3. int _x;
  4. int _y;

Meta